@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	font-size: 12px;
	line-height: 2.4em;
	font-family: "Microsoft YaHei";
	color: rgba(85,85,85,1);
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	list-style: none;
}
img {
	font-size: 0;
	vertical-align: bottom;
	line-height: 0;
	border: 0;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
a, a:visited {
	color: rgba(85,85,85,1);
	text-decoration: none;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
a:hover {
	color: rgba(197,4,25,1);
	text-decoration: none;
}
.c {
	clear: both;
}
/*----------------------------------------------end main-----------------------------------------*/
/*共用*/
.m1{
	width:1200px;
	margin:0 auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.index-t{
	text-align:center;
}
.index-t h1{
	color: rgba(197,4,25,1);
	font:normal 40px/64px "Microsoft YaHei";
	padding-top:30px;
}
.index-t h2{
	text-transform: uppercase;
	color: rgba(51,51,51,1);
	font:normal 28px/50px Arial;
	margin-bottom:20px;
	background:url(../images/index_17.jpg) no-repeat center bottom;
}
.index-t h3{
	font:normal 12px/12px "Microsoft YaHei";
}
.index-t h4{
	color: rgba(255,255,255,1);
	font:normal 40px/64px "Microsoft YaHei";
	padding-top:30px;
}
.index-t h5{
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font:normal 28px/50px Arial;
	margin-bottom:20px;
	background:url(../images/index_28.jpg) no-repeat center bottom;
}
/*顶部*/
.top{
	height:35px;
	line-height:35px;
	background-color: rgba(11,42,63,1);
	color: rgba(255,255,255,1);
}

.top a, .top a:visited {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.top a:hover {
	color: rgba(42,143,211,1);
	text-decoration: none;
}
/*头部*/
.logo{
	width:405px;
	float:left;
}
.search{
	width:660px;
	height:130px;
	float:right;
	background:url(../images/index_06.jpg) no-repeat right center;
}
.search form {
	padding-top:41px;
	height: 48px;
	clear: both;
	overflow: hidden;
}
.search form input.txt {
	border-left: 1px solid rgba(235,235,235,1);
	border-top: 1px solid rgba(235,235,235,1);
	border-right: none;
	border-bottom: 1px solid rgba(235,235,235,1);
	height: 46px;
	line-height: 46px;
	padding-left: 15px;
	width: 300px;
	float: left;
}
.search form input.btn {
	border: none;
	height: 46px;
	width: 46px;
	float: left;
	background: url(../images/index_09.jpg) no-repeat center rgba(102,102,102,1);
}
/*导航*/
.menu {
	width: 100%;
	height: 49px;
	border-top:1px solid rgba(220,220,220,1);
}
.menu ul {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	height: 49px;
	border-left:1px solid rgba(220,220,220,1);
}
.menu ul li {
	height: 49px;
	float: left;
	width: 149px;
	text-align: center;
	font: 14px/49px "Microsoft YaHei";
	border-right:1px solid rgba(220,220,220,1);
}
.menu ul li a {
	display: block;
	text-decoration: none;
}
.menu ul li a:hover {
	background-color: rgba(197,4,25,1);
	color: rgba(255,255,255,1);
	text-decoration: none;
}
/*banner*/
#full-screen-slider {
	width: 100%;
	height: 600px;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 600px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	right: 50%;
	text-align: center;
	bottom: 30px;
	z-index: 9900;
	margin: 0
}
#pagination li {
	position: relative;
	right: -50%;
	display: block;
	list-style: none;
	width: 55px;
	height: 5px;
	float: left;
	margin: 0px 10px;
	border-radius: 1px;
	background: #FFF;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background-color: rgba(197,4,25,1);
}
/*解决方案*/
.solution{
	width:1290px;
	margin:0 auto 50px auto;
	clear:both;
	overflow:hidden;
}
.solution dl{
	float:left;
	width:340px;
	margin:30px 45px 0 45px;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
.solution dl:hover{
	box-shadow:0 0 20px rgba(0,0,0,.2);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.solution dl dd.pic{
	width:334px;
	height:194px;
	padding:2px;
	border:1px solid rgba(220,220,220,1);
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
.solution dl:hover dd.pic{
	border:1px solid rgba(255,255,255,1);
}
.solution dl dd.pic img{
	width:334px;
	height:194px;
}
.solution dl dt{
	text-align:center;
	font: 20px/66px "Microsoft YaHei";
	background:url(../images/index_25.jpg) no-repeat center bottom;
	padding: 0 20px 5px 20px;
}
.solution dl dd.txt{
	text-align:center;
	line-height:28px;
	height: 112px;
	padding: 10px 20px 5px 20px;
}
/*case*/
.case{
	background:url(../images/bg_02.jpg) no-repeat center top;
	height:594px;
	width:100%;
}
.case-nr {
	width: 1200px;
	margin: 0 auto;
	padding-top:20px;
}
.case-nr ul {
	clear: both;
	overflow: hidden
}
.case-nr ul li {
	float: left;
	width: 238px;
	height: 178px;
	overflow: hidden;
	margin: 1px;
	position: relative;
}
.case-nr ul li img {
	width: 238px;
	height: 178px;
}
.case-nr ul li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.case-nr ul li a {
	color: rgba(255,255,255,1);
}
.case-nr ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 145px;
	padding: 33px 19px 0 19px;
	display: block;
	text-align: center;
	font: normal 16px/28px "Microsoft YaHei";
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	filter: alpha(opacity=0);/*层完全透明*/
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
.case-nr ul li:hover span {
	opacity: 1;
	filter: alpha(opacity=100);/*鼠标经过 层不透明 显示出来*/
	height: 115px;
	padding: 63px 19px 0 19px;
}
/*news*/
.news {
	clear: both;
	overflow: hidden;
	width: 1230px;
	margin: 0px auto;
	padding:20px 0;
}
.news dl {
	float: left;
	margin: 0 15px;
	width: 380px;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
.news dl:hover{
	box-shadow:0 0 20px rgba(0,0,0,.2);
}
.news dl dd.tu {
	width: 380px;
	height:180px;
	overflow:hidden;
}
.news dl dd.tu img{
	width: 380px;
	height:180px;
}
.news dl:hover dd.tu img{
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.news dl dt {
	font: normal 12px/24px "Microsoft YaHei";
	color: #999;
	padding: 10px 18px 15px 18px;
	border-left: 1px solid rgba(230,230,230,1);
	border-right: 1px solid rgba(230,230,230,1);
	border-bottom: 1px solid rgba(230,230,230,1);
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
.news dl:hover dt{
	border-left: 1px solid rgba(255,255,255,1);
	border-right: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
}
.news dl dt h1 {
	font: normal 20px/38px "Microsoft YaHei";
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
.news dl:hover dt h1 {
	font: normal 20px/38px "Microsoft YaHei";
	color: rgba(197,4,25,1);
}
.news dl dt h2 {
	font: normal 14px/28px Arial;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(230,230,230,1);
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
.news dl:hover dt h2 {
	font: normal 14px/28px Arial;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(197,4,25,1);
}
/*底部*/
.foot-bg {
	background-color: rgba(11,42,63,1);
	border-bottom: 1px solid rgba(14,63,96,1);
	margin-top:40px;
	clear: both;
	overflow: hidden;
}
.foot {
	margin: 0 auto;
	width: 910px;
	background: url(../images/index_41.jpg) no-repeat left 30px;
	clear: both;
	overflow: hidden;
	height: 120px;
	padding: 30px 0 0 290px;
	color: rgba(115,140,168,1);
	line-height: 28px;
}
.foot img {
	float: right;
}
.foot a {
	color: rgba(115,140,168,1);
	text-decoration: none;
}
.foot a:hover {
	transition: 0.8s all;
	color: rgba(255,208,26,1);
	text-decoration: none;
}
/*最底部*/
.bottom {
	color: rgba(115,140,168,1);
	background-color: rgba(11,42,63,1);
	border-top: 1px solid rgba(0,0,0,1);
	height: 68px;
}
.base {
	width: 1200px;
	margin: 0 auto;
	color: rgba(115,140,168,1);
}
.bottom a {
	color: rgba(115,140,168,1);
	text-decoration: none;
}
.bottom a:hover {
	color: rgba(255,208,26,1);
	text-decoration: none;
}
.bottom_left {
	float: left;
	line-height: 68px;
}
.bottom_right {
	float: right;
	overflow: hidden;
	padding-top: 20px;
}
/*----------------------------------------------end index-----------------------------------------*/
.cont-ny{
	border-top:1px solid rgba(220,220,220,1);
}
.p30{
	padding-top:50px;
}
/*内页左侧*/
.ny-left {
	width: 260px;
	float: left;
}
.ny-left h3 {
	padding: 15px 0 5px 25px;
	margin: 0;
	font: normal 24px/24px "Microsoft YaHei";
	color: rgba(255,255,255,1);
	background-color: rgba(197,4,25,1);
	letter-spacing: 1px;
}
.ny-left h3 span {
	display: block;
	font: normal 12px/24px "Microsoft YaHei";
	color: rgba(255,255,255,1);
}
.ny-left>ul {
	width: 260px;
}
.ny-left>ul>li>a {
	font: normal 16px/18px "Microsoft YaHei";
	padding:20px 60px 20px 30px;
	display: block;
	text-decoration: none;
	border-left: 1px solid rgba(230,230,230,1);
	border-right: 1px solid rgba(230,230,230,1);
	border-bottom: 1px solid rgba(230,230,230,1);
	background: url(../images/icon1.png) no-repeat 220px center;
}
.ny-left>ul>li>a:hover {
	background: url(../images/icon2.png) no-repeat 220px center;
}
/*内页右侧*/
.ny-right {
	width: 890px;
	float: right;
}
.ny_t {
	text-align: right;
	clear: both;
	overflow: hidden;
}
.ny_t img {
	float: right;
	padding-top: 13px;
	padding-right: 10px;
}
.ny_t span {
	font: normal 14px/38px "Microsoft YaHei";
	float: right;
}
.name {
	font: normal 24px/44px "Microsoft YaHei";
	border-bottom: 1px dashed rgba(200,200,200,1);
	padding-bottom: 15px;
}
/*内页单页面*/
.ny_nr {
	padding: 30px 0;
	line-height: 32px;
	width: 890px;
}
/*内页留言样式*/
.ny_message {
	margin: 40px 0 0 30px;
}
.ny_message form {
	line-height: 52px;
}
.ny_message form input.enter {
	width: 260px;
	height: 32px;
	border: 1px solid rgba(200,200,200,1);
}
.ny_message form textarea {
	width: 500px;
	height: 160px;
	clear: both;
	overflow: hidden;
	border: 1px solid rgba(200,200,200,1);
	margin-top: 10px;
	margin-bottom: -10px;
}
.ny_message form input.code {
	width: 120px;
	height: 32px;
	border: 1px solid rgba(200,200,200,1);
	margin-right:20px;
}
.ny_message form input.push {
	width: 85px;
	height: 32px;
	margin-right: 30px;
	border: 1px solid rgba(200,200,200,1);
	background: -webkit-linear-gradient(rgba(250,250,250,1), rgba(220,220,220,1)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(250,250,250,1), rgba(220,220,220,1)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(250,250,250,1), rgba(220,220,220,1)); /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(250,250,250,1), rgba(220,220,220,1)); /* 标准的语法 */
}
/*资料详细样式*/
.details{
	margin-top:30px;
}
.details h2{
	text-align:center;
	font:normal 22px/36px "Microsoft YaHei";
}
.details .info{
	color: rgba(153,153,153,1);
	text-align:center;
	line-height:36px;
	border-top:1px dotted rgba(220,220,220,1);
	border-bottom:1px dotted rgba(220,220,220,1);
	margin:10px 0 20px 0;
}
.details .art_content{
	line-height: 32px;
}
/*分页及上下页*/
.page {
	text-align: center;
	margin-top:40px;
}
.page a {
	border: 1px solid rgba(200,200,200,1);
	background: rgba(255,255,255,1);
	margin: 0 3px;
	text-align: center;
	padding: 2px 10px;
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
}
.page a:hover {
	border: 1px solid rgba(1,81,154,1);
	background: rgba(1,81,154,1);
	color: rgba(255,255,255,1);
	margin: 0 3px;
	text-align: center;
	padding: 2px 10px;
	display: inline-block;
}
.sx {
	padding: 5px;
	border-top: 1px dashed rgba(225,225,225,1);
	border-bottom: 1px dashed rgba(225,225,225,1);
	margin: 35px auto 45px auto;
}
/*内页产品列表*/
.ny-picture {
	padding-top:30px;
	width: 890px;
	clear: both;
	overflow: hidden;
}
.ny-picture ul li {
	width: 206px;
	float: left;
	margin:0 8px;
}
.ny-picture ul li img{
	width: 200px;
	height: 150px;
	padding:2px;
	border:1px solid rgba(225,225,225,1);
}
.ny-picture ul li:hover img {
	box-shadow:0 0 13px rgba(0,0,0,.2);
}
.ny-picture ul li span {
	width: 200px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
/*内页新闻*/
.ny-news {
	width: 890px;
}
.ny-news dl {
	margin-top: 30px;
	clear: both;
	overflow: hidden;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
.ny-news dl dd.day {
	background-color: rgba(250,250,250,1);
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
	border-radius: 10px;
	font: normal 14px/34px Arial;
	color: rgba(170,170,170,1);
}
.ny-news dl dd.day b {
	display: block;
	font: normal 50px/64px Arial;
	border-bottom: 1px solid rgba(220,220,220,1);
}
.ny-news dl dt {
	width: 750px;
	float: right;
	font: normal 16px/26px "Microsoft YaHei";
}
.ny-news dl dd.test {
	width: 740px;
	padding-right: 10px;
	float: right;
	font: normal 12px/22px "Microsoft YaHei";
	color: rgba(160,160,160,1);
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
.ny-news dl dd.more {
	width: 75px;
	margin-right: 673px;
	border: 1px solid rgba(220,220,220,1);
	text-align: center;
	float: right;
	border-radius: 5px;
	font: normal 12px/24px "Microsoft YaHei";
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
/*内页新闻鼠标经过样式*/
.ny-news dl:hover {
	margin-top: 30px;
	clear: both;
	overflow: hidden;
	background-color: rgba(197,4,25,1);
}
.ny-news dl:hover dd.day {
	background: none;
	color: rgba(255,255,255,1);
}
.ny-news dl:hover dd.day b {
	border-bottom: none;
}
.ny-news dl:hover dt a {
	color: rgba(255,255,255,1);
}
.ny-news dl:hover dd.test {
	color: rgba(255,255,255,1);
}
.ny-news dl:hover dd.more {
	border: 1px solid rgba(255,255,255,1);
	width: 105px;
	margin-right: 643px;
	border: 1px solid rgba(220,220,220,1);
}
.ny-news dl:hover dd.more a {
	color: rgba(255,255,255,1);
}
/*内页案例*/
.ny-case {
	width: 890px;
	clear: both;
	overflow: hidden;
}
.ny-case ul li {
	float: left;
	width: 206px;
	height: 156px;
	margin:30px 8px 0 8px;
	overflow: hidden;
	position: relative;
}
.ny-case ul li img {
	width: 200px;
	height: 150px;
	padding:2px;
	border:1px solid rgba(225,225,225,1);
}
.ny-case ul li a {
	color: rgba(255,255,255,1);
}
.ny-case ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 125px;
	padding: 31px 13px 0 13px;
	display: block;
	text-align: center;
	font: normal 16px/28px "Microsoft YaHei";
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	filter: alpha(opacity=0);/*层完全透明*/
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-o-transition: all linear .4s;
}
.ny-case ul li:hover span {
	opacity: 1;
	filter: alpha(opacity=100);/*鼠标经过 层不透明 显示出来*/
	height: 105px;
	padding: 51px 13px 0 13px;
}
/*css 分页显示样式*/

div.green-black{padding-top:12px;text-align:center; margin-top:6px;}

div.green-black a{border:#2c2c2c 1px solid;padding:2px 5px;background: #2c2c2c;color:#fff;margin:0 2px 0 0;text-decoration:none;}

div.green-black a:hover{border:#c50419 1px solid;background: #c50419;color:#fff;}

div.green-black a:active{border:#c50419 1px solid;background:#c50419;color:#fff;}

div.green-black span.current{border:#c50419 1px solid;padding:2px 5px;font-weight:bold;background: #c50419;color:#fff;margin:0 2px 0 0;}

div.green-black span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}